Snehapar/add source to containerapp update#6
Draft
snehapar9 wants to merge 235 commits intosnehapar/Add-source-and-repo-to-createfrom
Draft
Snehapar/add source to containerapp update#6snehapar9 wants to merge 235 commits intosnehapar/Add-source-and-repo-to-createfrom
snehapar9 wants to merge 235 commits intosnehapar/Add-source-and-repo-to-createfrom
Conversation
…dd-source-to-containerapp-update
* update * update * update * update * update * Update CODEOWNERS * update * update * update * update
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=77200&view=results Last commit: Azure@f20efc5
…zure#6543) * Added client type * Added entry to HISTORY.rst and updated version
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=77454&view=results Last commit: Azure@2a38966
…#6554) * [dnc] init AAZ Dev Tool CLI generation * [dnc] fix: controller tests * [dnc] feat: add unit tests and parity subnet and orchestrator CLI arguments * [dnc] fix: use centraluseuap RM * [dnc] chore: update setup.py with version info * [dnc] chore: add short summary for resource_group * [dnc] chore: recreate test recordings * [dnc] fix: tests to use management.azure.com
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=77523&view=results Last commit: Azure@1cb8314
…e#6553) * Added GA CLI extension * updated CLI version * updating linter exclusion * updated linterexclusion.yml * updated config file * updated test scenarios * Replacing subscription ID * supported InternetGatewayRules and added fltten workaround for Internetgateways * updated README.md * updated linter exclusion
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=77579&view=results Last commit: Azure@2d6d95b
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=77881&view=results Last commit: Azure@824e008
…-set`: Migrate to Codegen V2 (Azure#6577) * initial gen * az tsi environment gen1 create tested * az tsi access-policy tested * location option list add -l * change to patch for reference-data-set update, fix referenceDataSetName regex pattern for create, tests passed for reference-data-set * tests passed for environment gen1 * tests passed for environment gen2 * unwrap more class into obj * dont use aaz for event-source eventhub * testsed event-source iothub which still uses sdk as well * remove all unused code, lint, rerun test, update version * move command import into function, use inheritance
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=77919&view=results Last commit: Azure@8891292
…d scenario (Azure#6535) * Fix Scenario Idx out of bound when selecting recommended scenario * Add message in `HISTORY.rst`
…nario mode (Azure#6541) * Fix error when enter short param in scenario mode * Fix error when enter short param in scenario mode * Update HISTORY.rst * Release New Version
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=77968&view=results Last commit: Azure@02742a8
* Update resourceManagement.yml * Update resourceManagement.yml * Update resourceManagement.yml
- adding test for kubernetescluster restart node command Co-authored-by: priyashet <priyashet@microsoft.com>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=89206&view=results Last commit: Azure@0bb4298
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=89337&view=results Last commit: Azure@0182d23
snehapar9
pushed a commit
that referenced
this pull request
Apr 29, 2024
* fix: --title --kind --custom-property parameters (#1) * feat: support yaml file in register command (#3) * fix: workspace parameter should not be required (#2) * style: fix lint issues (#6) * chore: update codeowner for apic-extension (#5) * feat: revert changes to min cli version (#4) * feat: resolve comments to CLI experience (Azure#10) * feat: mark "apic api register" command as preview (Azure#13) * feat: remove --terms-of-service parameter (Azure#12) * feat: remove --workspace-name parameter (Azure#11) * feat: support python 3.8 and 3.9 (Azure#14) * feat: fix command descriptions (Azure#17) * tests: add test cases for 'apic service' commands (Azure#16) * feat: Use 03-01 spec from azure-rest-api-specs repo to regenerate CLI (Azure#19) * fix: CLI errors (Azure#20) * fix: import error when run CLI command * fix: no workspace name error when run import specification command * feat: mark some parameters as required (Azure#21) * feat: mark --assignments parameter required for metadata commands * doc: update sample commands * feat: mark --source-resource-ids parameter as required for import-from-apim command * doc: update description for import-from-apim command * feat: bump version to 1.0.0b5 and update changelog (Azure#18) * build: fix ci (Azure#22) * style: fix style warnings * test:fix test cases * fix: service update command failure (Azure#28) * doc: fix command samples (Azure#30) * doc: update changelog per feedback (Azure#29) * doc: remove extra spaces in register command help message (Azure#34) * doc: update api definition and metadata command samples (Azure#36)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally?For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.jsonautomatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json.